@import url('https://web.archive.org/web/20240109042318cs_/https://fonts.googleapis.com/css?family=Oswald:400,700');

/*
 Theme Name:   UnderStrap Child
 Theme URI:    https://www.understrap.com
 Description:  UnderStrap Child Theme
 Author:       Holger Koenemann
 Author URI:   http://www.holgerkoenemann.de
 Template:     understrap
 Version:      0.5.3
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: holger1411/understrap-child
*/

.seo-template img {
	margin-right: 15px; 
	margin-left: 20px; 
	margin-bottom: 10px; 
	margin-top: 5px;
}



/* Globsl */

.oswald {
	font-family: 'Oswald', sans-serif;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { 
	font-family: 'Oswald', sans-serif !important;
	color: #404040;
}
p {
	color: #404040;
	font-family: 'Lato', sans-serif;
}


/* Header */
.headBG {
	background:#FFFFFF;
}

	
.header-phone {
	margin-bottom:0px;
}
.headPhone {
	font-weight:bold;
	font-size:28px;
	color:#66bb0f;
}
.headButton {
	color:#fff;
	font-family: 'Lato', sans-serif;
	background:#3eb7e9;
	padding: 10px 15px;
    border-radius: 10px;
	font-size:24px;
}
.headButton a {
	text-decoration:none;
	color:#fff !important;
}

/* Main page */

.cta-hover-box {
	text-align:center;
}
.homeCTA {
	margin:80px 0px;
}
.foundation {
	display:flex;
	background: #85c543;
}
.flex50 {
	flex:0 0 50%;
}
.flexBox {
	max-width: 540px;
	padding: 30px 30px;
}
.flexText {
	display:flex;
	justify-content: center;
    align-items: center;
	
}
.whiteBtn {
	border-radius:10px;
	border:2px solid #fff;
}
.blueBtn {
	border-radius:10px;
	background:#43b9ea;
}
.blueBtn a {
	color:#fff;
}
.whiteBtn a {
	color:#404040;
}
.emar {
	background:#43b9ea;
	display:flex;
}
.automation {
	display:flex;
}
.darkBox1, .darkBox2, .darkBox3 {
	background:#393939;
}
.bottomBox {
	width:100%;
	height:100px
}
.darkBox1 h1, .darkBox2 h1, .darkBox3 h1 {
	text-align:center;
	color:#fff;
	padding:20px 0px;
}
.darkBox1 img, .darkBox2 img, .darkBox3 img {
	margin:0px auto;
	text-align:center;
}
.darkBox1 p, .darkBox2 p, .darkBox3 p {
	display:none;
	color:#fff;
	padding:0px 20px;
	line-height:1.9;
}
.darkBox1 img, .darkBox2 img, .darkBox3 img {
	transition: display 1s;
}

.darkBox1:hover img, .darkBox2:hover img, .darkBox3:hover img {
	display:none;
}
.darkBox1:hover p, .darkBox2:hover p, .darkBox3:hover p {
	display:flex;
}
.partners h1 {
	text-align:center;
}
.partners {
	text-align:center;
	margin:80px 0px;
}

.footerSec {
	background:#43b9ea;
	padding:80px 0px;
}
.formBox p {
	font-size:24px;
	text-align:center;
}
.footerBox {
	text-align:center;
}
.footerImg {
	margin-top:60px; border:#fff 10px solid;
}
.footerBottom {
	background:#0975a1;
	padding:80px 0px;
}
.whiteBtn {
	background:#fff;
	border-radius:10px;
	width:200px;
	margin:0px auto;
}
.contcatBtn {
	font-size:24px; 
	color:#404040;
}
.footerBtn {
	text-align:center;
	display:flex;
	flex-direction:column;
}
.footerPhone {
	color:#fff;
	font-size:24px;
}
.footerLinks a{
	color:#fff;
}
.copyLinks {
	background:#03435d;
	padding:20px 0px;
}
.floatLeft {
	color:#43b9ea;
	float:left;
}
.floatRight a {
	color:#43b9ea;
}
.floatRight {
	float:right;
}
.lp-img-dv {
	background-position: 50% 50%;
}

.lp-img-dv h1 {
	color:#fff;
	padding:100px 0px;
	}


/* RESPONSIVE CSS */
@media (min-width: 1600px) {
	.headBG {
		padding:10px 10%;
	}

}
@media (min-width: 1200px) {

	
}

@media (max-width: 1200px) {

	
}



/* Smaller than standard 960 (devices and browsers) */
@media (min-width: 992px) and (max-width: 1199px) {

}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 769px) and (max-width: 991px) {
   .foundation { 
      flex-direction:column-reverse;
   }
   .emar, .automation {
	  flex-direction:column;
	}
	.darkBox1 img, .darkBox2 img, .darkBox3 img {
		display:flex;
	}
	.darkBox1:hover img, .darkBox2:hover img, .darkBox3:hover img {
		display:flex;
	}
	.darkBox1 p, .darkBox2 p, .darkBox3 p {
		display:flex;
		margin-top:50px;
	}
	.bottomBox {
		border-bottom:1px #fff solid;
	}
	#main-menu {
		text-align:center;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 577px) and (max-width: 768px) {
	.foundation { 
      flex-direction:column-reverse;
   }
   .emar, .automation {
	  flex-direction:column;
	}
	.darkBox1 img, .darkBox2 img, .darkBox3 img {
		display:flex;
	}
	.darkBox1:hover img, .darkBox2:hover img, .darkBox3:hover img {
		display:flex;
	}
	.darkBox1 p, .darkBox2 p, .darkBox3 p {
		display:flex;
		margin-top:50px;
	}
	.bottomBox {
		border-bottom:1px #fff solid;
	}
	#main-menu {
		text-align:center;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 1px) and (max-width: 576px) { 
	.foundation { 
      flex-direction:column-reverse;
   }
   .emar, .automation {
	  flex-direction:column;
	}
	.darkBox1 img, .darkBox2 img, .darkBox3 img {
		display:flex;
	}
	.darkBox1:hover img, .darkBox2:hover img, .darkBox3:hover img {
		display:flex;
	}
	.darkBox1 p, .darkBox2 p, .darkBox3 p {
		display:flex;
		margin-top:50px;
	}
	.bottomBox {
		border-bottom:1px #fff solid;
	}
	.logoBox {
		width:70%;
	}
	#main-menu {
		text-align:center;
	}
	.footerLinks {
		text-align:center;
		padding:20px 0px;
	}
	.floatLeft, .floatRight {
		float:none;
		text-align:center;
	}
}
/*
     FILE ARCHIVED ON 04:23:18 Jan 09, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 01:01:05 Jul 03, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.542
  exclusion.robots: 0.018
  exclusion.robots.policy: 0.009
  esindex: 0.012
  cdx.remote: 7.921
  LoadShardBlock: 164.266 (3)
  PetaboxLoader3.datanode: 132.667 (4)
  PetaboxLoader3.resolve: 909.493 (2)
  load_resource: 890.467
*/